Namespace - LJCNetCommon
Parameters
oldValue - The previous value.
newValue - The new value.
Returns
True if equal, otherwise false.
Syntax
C# |
public static Boolean IsEqual(Object oldValue, Object newValue)
|
Checks if two values are equal.
Remarks
Performs a strongly-typed value check of two objects where those
objects are built-in system types.
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.